projects
/
project
/
libubox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7acc8e
)
udebug: remove obsolete debug message
author
Felix Fietkau
<
[email protected]
>
Tue, 22 Jul 2025 11:03:43 +0000
(13:03 +0200)
committer
Felix Fietkau
<
[email protected]
>
Tue, 22 Jul 2025 11:03:43 +0000
(13:03 +0200)
Signed-off-by: Felix Fietkau <
[email protected]
>
udebug-remote.c
patch
|
blob
|
history
diff --git
a/udebug-remote.c
b/udebug-remote.c
index 0b797f92432c551cc57386f05bd55822ffaecbea..d4d9ed5812d5d86b9258d2c1e8fdedb53b9aac63 100644
(file)
--- a/
udebug-remote.c
+++ b/
udebug-remote.c
@@
-62,7
+62,6
@@
int udebug_remote_buf_map(struct udebug *ctx, struct udebug_remote_buf *rb, uint
return -1;
if (udebug_buf_open(&rb->buf, fd, msg->ring_size, msg->data_size)) {
- fprintf(stderr, "failed to open fd %d, ring_size=%d, data_size=%d\n", fd, msg->ring_size, msg->data_size);
close(fd);
return -1;
}